Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ab960bc

Browse files
committedOct 8, 2014
"label everything"
1 parent d5081fd commit ab960bc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎activitystreams2-context.jsonld

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"geo": "http://ld.geojson.org/vocab#",
1111
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
1212
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
13-
"owl": "http://www.w3.org/2002/07/owl#"
13+
"owl": "http://www.w3.org/2002/07/owl#",
14+
"skos": "http://www.w3.org/2004/02/skos/core#"
1415
},{
1516
"as" : "http://activitystrea.ms/2.0/",
1617
"as1" : "http://activitystrea.ms/1.0/",
@@ -540,7 +541,8 @@
540541
"@id": "as:displayName",
541542
"@type": "owl:ObjectProperty",
542543
"rdfs:domain": ["as:Object", "as:Link"],
543-
"rdfs:range": "as:NaturalLanguageValue"
544+
"rdfs:range": "as:NaturalLanguageValue",
545+
"owl:equivalentPropety": "skos:prefLabel"
544546
},
545547
{
546548
"@id": "as:rel",
@@ -741,7 +743,7 @@
741743
"@type": "owl:ObjectProperty",
742744
"rdfs:domain": ["as:Object", "as:Link"],
743745
"rdfs:range": "as:NaturalLanguageValue",
744-
"owl:equivalentProperty": "dct:title"
746+
"owl:equivalentProperty": ["dct:title","rdf:label"]
745747
},
746748
{
747749
"@id": "as:icon",

0 commit comments

Comments
 (0)
Please sign in to comment.